gtkwindow: Remove an unnecessary set of grip setting
authorJasper St. Pierre <jstpierre@mecheye.net>
Thu, 26 Jun 2014 18:41:02 +0000 (14:41 -0400)
committerJasper St. Pierre <jstpierre@mecheye.net>
Thu, 26 Jun 2014 19:58:45 +0000 (15:58 -0400)
commit35f618e71dccc02a2226b9f8115d29ec878caf62
tree15d225cc3251cde5bb0617659808141dda2c128e
parent6926821ae12b3a856f208abc884e0076e37cf602
gtkwindow: Remove an unnecessary set of grip setting

We already update the grip position in _gtk_window_set_allocation, which
is done through the size_allocate above. Receiving a ConfigureNotify
also won't ever change a grip's visibility, so there's no point in
refreshing it.
gtk/gtkwindow.c